By updating on Dao<TEntity, TEntityCollection, TDataContext, TFilteringCriteria, TOrderingCriteria, TPagingCriteria, TCarboniteController, TTransaction, Entities the range of entities in the given entity set, this inversion control method handles the request to update a set of entities into the underlying Linq to SQL data context.

Name Description
OnUpdate(IEnumerable<TEntity>) By updating on Dao<TEntity, TEntityCollection, TDataContext, TFilteringCriteria, TOrderingCriteria, TPagingCriteria, TCarboniteController, TTransaction, Entities the range of entities in the given entity set, this inversion control method handles the request to update a set of entities into the underlying Linq to SQL data context.
OnUpdate(TEntity) Handles the request to update an entity into the underlying data store. (inherited from Dao<TEntity, TEntityCollection, TDataContext, TFilteringCriteria, TOrderingCriteria, TPagingCriteria, TCarboniteController, TTransaction, TTransactionCreationParameters>).